Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce precision in select tests to pass on alternate architectures #1178

Merged
merged 2 commits into from
Jan 19, 2022

Conversation

mefuller
Copy link
Contributor

@mefuller mefuller commented Jan 19, 2022

Changes proposed in this pull request
Following on the discussion in #1174, minor changes in test tolerances are introduced to allow tests to pass on non-x86_64 architectures

If applicable, fill in the issue number this pull request is fixing
This closes #1174 as it corrects test/build failures with the following exceptions:
Test failures for s390x architecture and build failure on ppc64le (F36/Rawhide only) are identified there as originating outside of Cantera and will be addressed upstream.

Checklist

  • The pull request includes a clear description of this code change
  • Commit messages have short titles and reference relevant issues
  • Build passes (scons build & scons test) and unit tests address code coverage
  • Style & formatting of contributed code follows contributing guidelines
  • The pull request is ready for review

@mefuller
Copy link
Contributor Author

Alternate arch builds succeed for Fedora Rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=81443230
Alternate arch builds succeed across Fedora releases: https://copr.fedorainfracloud.org/coprs/fuller/cantera-test/build/3197399/

@mefuller mefuller marked this pull request as ready for review January 19, 2022 10:38
Copy link
Member

@speth speth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes look reasonable to me, with one small fix.

test/kinetics/kineticsFromScratch3.cpp Outdated Show resolved Hide resolved
@speth speth merged commit 5e34a09 into Cantera:main Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Builds/Tests now failing on aarch64, ppc64le architectures (Fedora 36=Rawhide)
2 participants